object FrmDocStats: TFrmDocStats Left = 332 Top = 195 BorderStyle = bsDialog Caption = 'File Properties' ClientHeight = 391 ClientWidth = 378 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 299 Top = 360 Width = 70 Height = 23 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object PageControl1: TPageControl Left = 8 Top = 7 Width = 361 Height = 345 ActivePage = TabSheet1 TabOrder = 0 object TabSheet1: TTabSheet Caption = 'General' object Image1: TImage Left = 18 Top = 13 Width = 32 Height = 32 end object Label4: TLabel Left = 18 Top = 66 Width = 44 Height = 13 Caption = 'Location:' Transparent = True end object Label5: TLabel Left = 18 Top = 94 Width = 47 Height = 13 Caption = 'File Type:' Transparent = True end object Label6: TLabel Left = 18 Top = 122 Width = 23 Height = 13 Caption = 'Size:' Transparent = True end object Label1: TLabel Left = 18 Top = 185 Width = 43 Height = 13 Caption = 'Created:' Transparent = True end object Label3: TLabel Left = 18 Top = 213 Width = 67 Height = 13 Caption = 'Last Modified:' Transparent = True end object Label11: TLabel Left = 18 Top = 239 Width = 60 Height = 13 Caption = 'Last Access:' Transparent = True end object Label16: TLabel Left = 18 Top = 274 Width = 52 Height = 13 Caption = 'Attributes:' Transparent = True end object Label17: TLabel Left = 17 Top = 153 Width = 60 Height = 13 Caption = 'EOL &Format:' FocusControl = cbLinebreak Transparent = True end object Panel1: TPanel Left = 15 Top = 59 Width = 321 Height = 2 BevelOuter = bvLowered TabOrder = 9 end object TxtName: TEdit Left = 73 Top = 20 Width = 244 Height = 21 BevelInner = bvNone BevelOuter = bvNone Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False ReadOnly = True TabOrder = 0 end object TxtLocation: TEdit Left = 98 Top = 66 Width = 236 Height = 21 BevelInner = bvNone BevelOuter = bvNone Color = clBtnFace Ctl3D = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentCtl3D = False ParentFont = False ReadOnly = True TabOrder = 1 Text = 'TxtLocation' end object TxtFileType: TEdit Left = 98 Top = 94 Width = 236 Height = 21 BevelInner = bvNone BevelOuter = bvNone Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 2 Text = 'TxtFileType' end object TxtSize: TEdit Left = 98 Top = 122 Width = 236 Height = 21 BevelInner = bvNone BevelOuter = bvNone Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 3 Text = 'TxtSize' end object Panel2: TPanel Left = 15 Top = 176 Width = 321 Height = 2 BevelOuter = bvLowered TabOrder = 10 end object txtCreated: TEdit Left = 98 Top = 185 Width = 236 Height = 17 TabStop = False AutoSize = False Color = clBtnFace ReadOnly = True TabOrder = 5 Text = 'txtCreated' end object txtLastModified: TEdit Left = 98 Top = 211 Width = 236 Height = 17 TabStop = False AutoSize = False Color = clBtnFace ReadOnly = True TabOrder = 6 Text = 'txtLastModified' end object txtLastAccess: TEdit Left = 98 Top = 238 Width = 236 Height = 17 TabStop = False AutoSize = False Color = clBtnFace ReadOnly = True TabOrder = 7 Text = 'txtLastAccess' end object Panel3: TPanel Left = 15 Top = 266 Width = 321 Height = 2 BevelOuter = bvLowered TabOrder = 11 end object CkReadOnly: TCheckBox Left = 98 Top = 274 Width = 76 Height = 16 Caption = 'Read Only' TabOrder = 8 end object cbLinebreak: TComboBox Left = 98 Top = 150 Width = 235 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 4 Items.Strings = ( 'DOS (CR+LF)' 'UNIX (LF)' 'Mac (CR)') end end object TabSheet2: TTabSheet Caption = 'Statistics' ImageIndex = 1 object Lista: TListView Left = 11 Top = 12 Width = 327 Height = 269 Columns = < item Caption = 'Name' Width = 230 end item Caption = 'Value' Width = 70 end> ColumnClick = False GridLines = True HideSelection = False ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport end object CheckSel: TCheckBox Left = 13 Top = 291 Width = 153 Height = 17 Caption = 'Consider selected text only' TabOrder = 1 OnClick = CheckSelClick end object ListaSel: TListView Left = 11 Top = 12 Width = 327 Height = 269 Columns = < item Caption = 'Name' Width = 230 end item Caption = 'Value' Width = 70 end> ColumnClick = False GridLines = True HideSelection = False ReadOnly = True RowSelect = True TabOrder = 2 ViewStyle = vsReport Visible = False end end end object Button2: TButton Left = 224 Top = 360 Width = 70 Height = 23 Cancel = True Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object Timer1: TTimer Interval = 1 OnTimer = Timer1Timer Left = 11 Top = 356 end end